* xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test for
authorNick Roberts <nickrob@snap.net.nz>
Sat, 28 Jul 2007 01:10:05 +0000 (01:10 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 28 Jul 2007 01:10:05 +0000 (01:10 +0000)
remote default-directory.

* buffer.c (mode-line-format): Update doc string.

src/buffer.c

index 2ded9857455701352f37b8c53960e45dff05b0c9..127bfba44e0113d6faad8950ce55be158ae203c4 100644 (file)
@@ -5501,12 +5501,12 @@ A string is printed verbatim in the mode line except for %-constructs:
   %P -- print percent of buffer above bottom of window, perhaps plus Top,
         or print Bottom or All.
   %n -- print Narrow if appropriate.
-  %R -- print R or hyphen.  R means that default-directory is on a
-        remote machine.
   %t -- visited file is text or binary (if OS supports this distinction).
   %z -- print mnemonics of keyboard, terminal, and buffer coding systems.
   %Z -- like %z, but including the end-of-line format.
   %e -- print error message about full memory.
+  %@ -- print @ or hyphen.  @ means that default-directory is on a
+        remote machine.
   %[ -- print one [ for each recursive editing level.  %] similar.
   %% -- print %.   %- -- print infinitely many dashes.
 Decimal digits after the % specify field width to which to pad.  */);